home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 40 / Amiga Format CD40 (1999-05-11)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-06].iso / -seriously_amiga- / wb / pipecon / pipecon.hist < prev    next >
Text File  |  1999-03-24  |  6KB  |  105 lines

  1. PipeCon History
  2.  
  3. Always to date with Executable version! (I hope, this is for my reference as
  4. much as yours!)
  5.  
  6. Version                Date            Alterations
  7. 1.0                        08/12/97    Should have been the first Aminet Release!
  8. 1.1                        11/02/98    Added correct handeling of Tab Characters!
  9.                                                 Added Break and Error Handeling. (Now Terminates
  10.                                                 on Break)
  11.                                                 Added ErrorLevel Output on Terminate.
  12. 1.2                        14/04/98    Fixed a Bug caused by a spelling error (Doh!) in tab
  13.                                                 expansion.
  14.                                                 Really should have been first Aminet Release!
  15. 1.3                        12/06/98    Almost completely inverted the default palette, now
  16.                                                 looks very Boing, IYKWIM ;-).
  17. 1.4                        26/07/98    Added a percentage thermomiter. Cool !!!
  18.                                                 Now forces it's screen to front every thermomiter
  19.                                                 update as a side effect! (BONUS)
  20.                                                 Made it display Version Note at start instead of
  21.                                                 `PipeCon Starting...' or WHY.
  22. 1.5                        06/08/98    Made scrolling smooth! (Less than whole line scroll)
  23.                                                 Added scroll out with fade out. Recomend Wait 4/5
  24.                                                 after Echo boll*cks >> Ram:Echo/Break ?? to avoid
  25.                                                 stealing focus from following program window. (MuFS
  26.                                                 login for me!)
  27. 1.6                        09/08/98    Improved scrolling with graphics.library WaitTOF
  28.                                                 and a little wizzardry, May not be good on
  29.                                                 different speed CPUs. (Needs Play testing)
  30.                                                 Added third accessable colour (Blue) for percentage
  31.                                                 bar and internal program information text.
  32.                                                 Added Intuition and Exec calls for invisible mouse
  33.                                                 pointer. A safe fail will occur errorlevel 10 if
  34.                                                 pointer imagry can not be allocated. Can you have
  35.                                                 NO mouse pointer AT ALL.
  36.                                                 Updated lodes of self documentation (comments &
  37.                                                 ENums) Don't have Identify included but this is
  38.                                                 getting messy. This really must be the last 1.x
  39.                                                 Version!!! Printed out to go back to design stage,
  40.                                                 confident it can be done professionally. Getting
  41.                                                 slow hope full intuition/graphics/exec will help a
  42.                                                 little.
  43. 1.61                    02/01/99    Improved scrolling further by replacing WaitTOF
  44.                                                 with WaitBOVP() call. Faster, sligthly more flicker
  45.                                                 from plane manipulation on slow CPU/Blitter but far
  46.                                                 better on CHIP RAM than full double buffering.
  47.                                                 Terminates faster! (BONUS)
  48. 1.62                    03/01/99    Disabled intuition RMB handeling. Now feels very
  49.                                                 Game/Demo/BlitzMode/AMOS. Of course it is still a
  50.                                                 safe legal task running in the multi-task/process
  51.                                                 environment. Also means you can't hang the process
  52.                                                 up and mess up its timing with the RMB any more!
  53.  
  54. Future:
  55.  
  56. 1.x    Fix the bugs people respond to me! (This means you MUST tell me if it
  57.         don't work!!!)
  58. 1.x Add Identify.library HW ID output to start message just to show off!?
  59.         I think this is now OOTQ code is big enough and this would only mess
  60.         up some of the uses I put this program to.
  61. 2.0 Make it work through a pipe stream...(Well two pipe streams)
  62. 2.0 Re-structure the sorce for ledgeability, OS and/or style guide
  63.         compliance.
  64. 2.0 Create a log file of what it has recieved... (Requested by Phill
  65.         Shepherd, may be useful what say U?)
  66. 2.x Use different diskfonts for its display, could cram a wider display on.
  67. 2.x Close the workbench screen frequently. (Currently I use WBClose directly
  68.         after starting)
  69. 2.x Use screen modes other than the default PAL. (Dose anyone need, or want
  70.         this? It can be done. But you will have to load the Monitor drivers
  71.         early! Maby just an Interlace switch? What say U?)
  72. 3.0    Add backdrop image!!! and define window locations for text and
  73.         percentage bar.
  74. 3.0    Add Boing anim? Sound?
  75.  
  76. Documentation History
  77. Version                Date            Alterations
  78. 1.0                        XX/XX/XX    V1.0 of source code. Documentation In-Line!
  79. 1.1                        XX/XX/XX    Created seperate .Doc to go with 1.1 as it was
  80.                                                 cluttering the code.
  81. 1.2                        14/04/98    Broke it down into .Doc .History and .readme because
  82.                                                 .Doc was too big and History changed more rapidly
  83.                                                 than I felt the urge to update .Doc. Made it fit 76
  84.                                                 column screen. (If, like me, you have a 2 column tab
  85.                                                 setting! Why? To fit in more indentation in code!)
  86. 1.3                        04/08/98    Re-wrote large hunks as colours have changed and
  87.                                                 misc features fixed, much advice was no longer
  88.                                                 realavent. Added FIXED BUGS section for those (like
  89.                                                 me) who hate reading .History files ;-) and
  90.                                                 PROBLEMS for those who are interested in the benefit
  91.                                                 of my expierences, updated E-Mail address, (I now
  92.                                                 don't have one!!!) added Thanx. Removed futue
  93.                                                 versions already implemented!!! :-) Added 3.0 ideas.
  94.                                                 (Goodness I just get more and more ambitious!)
  95.                                                 Updated the, now well out of date, .readme!
  96. 1.4                        03/01/99    Changed loads of the advice again that had become
  97.                                                 irrelevent! But didn't take anything out. Added new
  98.                                                 Bug fixes! Added versions of last executable compiled
  99.                                                 on Doc and History updation. (incase you're reading
  100.                                                 work-arounds for bugs fixed since last doc update.
  101.                                                 Work-Arounds take a while to come to light!?)
  102. 1.5                        17/02/99    Just another update really. Took some stuff out this
  103.                                                 time. Carefully read through all stuff, and I think
  104.                                                 it's all valid and current. You'll have to decide if
  105.                                                 it makes sence or not thougn.